vendor/golang.org/x/text/unicode/norm.Iter.next (field)
27 uses
vendor/golang.org/x/text/unicode/norm (current package)
iter.go#L22: next iterFunc // implementation of next depends on form
iter.go#L41: i.next = i.rb.f.nextMain
iter.go#L57: i.next = i.rb.f.nextMain
iter.go#L87: i.next = i.rb.f.nextMain
iter.go#L110: i.next = nextDone
iter.go#L125: return i.next(i)
iter.go#L141: i.next = i.rb.f.nextMain
iter.go#L142: return i.next(i)
iter.go#L158: i.next = i.rb.f.nextMain
iter.go#L159: return i.next(i)
iter.go#L170: i.next = i.rb.f.nextMain
iter.go#L171: return i.next(i)
iter.go#L198: i.next = i.rb.f.nextMain
iter.go#L199: return i.next(i)
iter.go#L220: i.next = nextComposed
iter.go#L237: i.next = i.asciiF
iter.go#L259: i.next = nextMulti
iter.go#L276: i.next = nextCGJDecompose
iter.go#L300: i.next = nextHangul
iter.go#L320: i.next = nextCGJDecompose
iter.go#L353: i.next = nextCGJDecompose
iter.go#L364: i.next = nextDecomposed
iter.go#L394: i.next = i.asciiF
iter.go#L401: i.next = nextCGJCompose
iter.go#L419: i.next = nextMultiNorm
iter.go#L438: i.next = nextCGJCompose
iter.go#L451: i.next = nextComposed
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |